Documentation for Users  2.1.2
Perception Toolbox for Virtual Reality (PTVR) Manual
laser_pointing.py File Reference

Go to the source code of this file.

Namespaces

 laser_pointing
 

Functions

def main ()
 

Variables

 my_laser_color = color.RGBColor(r=0.7, g=0.5)
 
 hand = LaserContingency.RIGHT_HAND
 
int my_activation_cone_radius_deg = 2
 
 sphere_size = np.array([1, 1, 1])
 SCENE OBJECTS #######. More...
 
 sphere_1_color = color.RGBColor(1, 0, 0)
 
 sphere_1_pos = np.array([-2, 0, 3])
 
 sphere_2_color = color.RGBColor(0, 1, 0)
 
 sphere_2_pos = np.array([0, 0, 5])
 
 sphere_3_color = color.RGBColor(0, 0, 1)
 
 sphere_3_pos = np.array([2, 0, 7])
 
 new_color = color.RGBColor(b=1, g=1)
 
 my_world